PrintPageOrder Enumeration
Represents the order in which data in a spreadsheet is numbered and printed when the data does not fit on one printed page.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum PrintPageOrder
Public Enumeration PrintPageOrder
| TopToBottom | 0 |
Create pages from the top row to the bottom row before continuing with the next set of columns.
|
| LeftToRight | 1 |
Create pages from the first column to the last column before continuing with the next set of rows.
|
| None | 2 |
None.
|